| Method | Request URI |
|---|---|
| DELETE | /API/DataCube/Transform/{id}/?transformId=value&sessionId=value |
| URI Parameter | Description |
|---|---|
| transformId | The ID of the transform to remove. |
| sessionId | Current session ID. Specifying via an Authorization request header instead is recommended. |
| Path Parameter | Description |
|---|---|
| id | The ID of the data cube to remove the transform from. |
| Authorization: Bearer <Current session ID> |